dnd: Remove emission of fake button release event
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 27 May 2015 12:22:00 +0000 (14:22 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 2 Jun 2015 15:27:05 +0000 (17:27 +0200)
commita0e805684860306b80109814499d0cdaba5fd6ba
tree93772b09d0bffa2788669e662031fa3fa9709bc7
parentab72da0c41999ce0253259338051f8a87eea1a21
dnd: Remove emission of fake button release event

Nowadays (and for quite some years now) we rely on GdkEventGrabBroken
events to be received. This fake button event seems a remnant of
the early Gtk 2.x days, and is currently even inconsistent with our
event delivery model, so just remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=749737
gtk/gtkdnd.c